{% extends 'mobile_base_frame.html'%} {% load i18n %} {% block page %}

{{title}}

Grid
{% for f in fields %} {% autoescape off %} {% ifequal f.label "审核状态" %} {% else%} {% endifequal%} {% endautoescape %} {% endfor %}
{{f.label}}:{{f.data|audit_filter}}{{f.data|default:""}}
{% if instance|wap_filter_action %} {% for action in actions %} {% if 'change' in action.0|lower or 'delete' in action.0|lower %} {% else %} {{action.1.verbose_name}} {% endif %} {% endfor %} {% else %} {% for action in actions %} {% if 'change' in action.0|lower %} {{action.1.verbose_name}} {% else %} {{action.1.verbose_name}} {% endif %} {% endfor %} {% endif %}

{{title}}{% trans '详细' %}

© 2014 中控科技

{% endblock %}